home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000015_news@columbia.edu _Fri Jul 30 13:37:47 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA27520
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 30 Jul 1999 13:37:47 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA16186
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 30 Jul 1999 13:29:42 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: 'send' doesn't work.
  11. Date: 30 Jul 1999 13:29:35 -0400
  12. Organization: Columbia University
  13. Message-ID: <7nsndv$ncc@watsun.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <37a1dc7e.0@news.cadvision.com>, B.Won <wonb@digiflex.ca> wrote:
  17. : I am trying to transmit a file between 2 alpha VMS environment.  The
  18. : connection go thru a terminal server.
  19. : From the host side, to connect I type in the following:
  20. : $ kermit
  21. :
  22. Is it C-Kermit?  Which version?  See:
  23.  
  24.   http://www.columbia.edu/kermit/ckermit.html
  25.  
  26. for current version info.
  27.  
  28. : set line tta0
  29. : connect
  30. :  at
  31. :  atdt######
  32. : (connects to remote terminal server, logs into remote/client alpha)
  33. : at  the remote alpha, I entered the following:
  34. : $ mc kermit
  35. :
  36. Which Kermit program and version is this one?
  37.  
  38. : server
  39. :  (message comes up to switch to host mode to transmit, etc...)
  40. :  (I entered the control combination keystrokes to switch to host)
  41. : at host kermit, I issue a 'send' command for a text file and nothing
  42. : happens...
  43. So you escaped back and have the originating Kermit's prompt.  Did
  44. you give a "receive" command?
  45.  
  46. : Does anyone know why? Is there some settings not properly set?
  47. : My kermit knowledge is limited.
  48. See:
  49.  
  50.   http://www.columbia.edu/kermit/manuals.html
  51.  
  52. To find out how to get documentation.
  53.  
  54. - Frank
  55.